The Dreamweaver JavaScript API > Selection functions > dom.source.startOfDocument() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Places the insertion point at the beginning of the source view document. If content is already selected, this function extends the selection to the beginning of the document.
Arguments
bShiftIsDown
A Boolean indicating whether or not content is being selected. If bShiftIsDown
is true
, the content is selected.
Returns
Nothing.
![]() ![]() ![]() |